home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / zap-to-it.swf / scripts / frame_24 / PlaceObject2_879_8 / CLIPACTIONRECORD onClipEvent(load).as
Encoding:
Text File  |  2005-09-29  |  155 b   |  11 lines

  1. onClipEvent(load){
  2.    if(_root.choosedCharacter)
  3.    {
  4.       this.gotoAndStop("billy");
  5.    }
  6.    else
  7.    {
  8.       this.gotoAndStop("mandy");
  9.    }
  10. }
  11.